home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Sexy Japan Girl.swf / scripts / frame_91 / DoAction.as
Text File  |  2006-12-20  |  164b  |  11 lines

  1. toyRandom = Math.floor(Math.random() * 2);
  2. if(toyRandom == 0)
  3. {
  4.    toychoise.gotoAndPlay("sensya");
  5. }
  6. else
  7. {
  8.    toychoise.gotoAndPlay("kaiju");
  9. }
  10. play();
  11.